home *** CD-ROM | disk | FTP | other *** search
- PrefContr = {
- ACTIONS = {
- changeReportFont:;
- cellFontSet:;
- setPath:;
- pathReques:;
- popUpSelec:;
- reportFontSet:;
- changeCellFont:;
- date:;
- };
- OUTLETS = {
- CellFontSizeTF;
- target;
- popUpSysSelection;
- thePrefWin;
- CellFontFamilyTF;
- pathTF;
- fontMgr;
- mouseRadioButton;
- dateRadio;
- fontSizeTF;
- fontFamilyTF;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- changeCellFont:;
- changeReportFont:;
- };
- SUPERCLASS = Object;
- };
- SystemsCtrlr = {
- ACTIONS = {
- showReport:;
- showTransactions:;
- open:;
- showInfoPanel:;
- save:;
- close:;
- saveAs:;
- showHelpPanel:;
- delete:;
- quit:;
- memorizeTransaction:;
- appDidInit:;
- systemCategories:;
- okNew:;
- new:;
- reconcile:;
- cancelNew:;
- rename:;
- showPrefPanel:;
- windowWillClose:;
- hideAcct:;
- };
- OUTLETS = {
- saveAsMenuCell;
- newPanel;
- reportsMgr;
- saveMenuCell;
- activeSystem;
- infoPanel;
- closeMenuCell;
- nameForm;
- transactionSubmenu;
- helpPanel;
- prefPanel;
- categoryRadio;
- accountSubmenu;
- };
- SUPERCLASS = List;
- };
-